home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / intro.dir / 00057_glossary up.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  272 b   |  13 lines

  1. on mouseDown
  2.   global myLine
  3.   buttonsUp()
  4.   if the machineType = 256 then
  5.     set the video of cast (myLine + 100) to 0
  6.     set the controller of cast (myLine + 100) to 0
  7.   end if
  8.   set myLine to 1
  9.   set the castNum of sprite 17 to 67
  10.   updateStage()
  11.   go("toGloss")
  12. end
  13.